-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UpdatePython2.7 #38
base: master
Are you sure you want to change the base?
UpdatePython2.7 #38
Conversation
Actually, I don't really understand what problem you're trying to solve here. Are you trying to run with Python 2.6? |
The 'backports' did not work.. "from backports import OrderedSet Python 2.7.9 |Anaconda 2.1.0 (64-bit)| (default, Dec 15 2014, 10:33:51) |
Did you try |
yes i installed backport...the error was that the datastruct of OrderedSet and Set. https://docs.python.org/2/library/sets.html I think if i use Python2.7.9 the backports are from Python3... On my computer i can now run the makefile without error and getting results. |
no more python 2.6
Some updates for Python2.7 and some cleanup in the imports